Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@qiskit/utils

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiskit/utils

Quantum Information Science Kit utils library

  • 0.8.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
5
Weekly downloads
 
Created
Source

Qiskit.js utils

:atom_symbol: Quantum Information Science Kit utils library, shared among the rest of the qiskit-* packages.

Please visit the main repository of the project to know about the rest of the tools.

Install

:coffee: Install lastest Node.js stable version (or LTS) and then:

npm i @qiskit/utils

Use

:pencil: You can visit the complete example in this test.

const utils = require('@qiskit/utils');

console.log('Version');
console.log(utils.version);

API

:eyes: Full specification.

version

The actual version of the library.

  • version (string) - Version number.

debug

Our debugger. A wrapper for debug.

  • debug (object) - The same object provided in the original library.

pathToTag(fullPath) -> tag

To get a consistent tag among all the project debugging. So we use with the debug method.

  • fullPath (string) - The full path of the file we're debugging.
  • tag (string) - The name of the file.

ayb

A wrapper for ayb.

  • ayb (object) - The same object provided in the original library.

Keywords

FAQs

Package last updated on 25 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc